From f814e8e725f9555025485776d408e6aeb631e8f4 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 20 Aug 2007 12:22:44 +0000 Subject: [PATCH] (vc-rcs-annotate-command): Fix bug introduced in revision 1.51: Add back :vc-annotate-prefix propertization. --- lisp/vc-rcs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index 1cda8849219..e50e74e5eba 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el @@ -717,6 +717,7 @@ Optional arg REVISION is a revision to annotate from." " " (aref rda 0) ls) + :vc-annotate-prefix t :vc-rcs-r/d/a rda))) (maphash (if all-me -- 2.30.2